home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2005 October / PCWOCT05.iso / Software / FromTheMag / Abakt 0.9.1 / abakt-0.9.1.exe / Abakt.exe / 0 / RCDATA / TFRAMEFINALIZE / TFRAMEFINALIZE.txt
Text File  |  2005-04-18  |  7KB  |  300 lines

  1. object FrameFinalize: TFrameFinalize
  2.   Left = 0
  3.   Top = 0
  4.   Width = 580
  5.   Height = 347
  6.   AutoScroll = False
  7.   TabOrder = 0
  8.   object gbx_History: TGroupBox
  9.     Left = 0
  10.     Top = 20
  11.     Width = 580
  12.     Height = 178
  13.     Align = alTop
  14.     Caption = 'History'
  15.     TabOrder = 1
  16.     object Label1: TLabel
  17.       Left = 26
  18.       Top = 56
  19.       Width = 165
  20.       Height = 13
  21.       Caption = '&Remove backups older than (days)'
  22.       FocusControl = ed_MaxDays
  23.     end
  24.     object Label3: TLabel
  25.       Left = 26
  26.       Top = 80
  27.       Width = 133
  28.       Height = 13
  29.       Caption = '&Keep a minimum of backups'
  30.       FocusControl = ed_MinBackups
  31.     end
  32.     object Label4: TLabel
  33.       Left = 26
  34.       Top = 104
  35.       Width = 136
  36.       Height = 13
  37.       Caption = 'Keep a &maximum of backups'
  38.       FocusControl = ed_MaxBackups
  39.     end
  40.     object lbl_HistInfo_MinBackups: TLabel
  41.       Left = 306
  42.       Top = 80
  43.       Width = 108
  44.       Height = 13
  45.       Caption = 'AUTO_TRANSLATED'
  46.       Font.Charset = DEFAULT_CHARSET
  47.       Font.Color = clNavy
  48.       Font.Height = -11
  49.       Font.Name = 'MS Sans Serif'
  50.       Font.Style = []
  51.       ParentFont = False
  52.     end
  53.     object lbl_HistInfo_MaxBackups: TLabel
  54.       Left = 306
  55.       Top = 104
  56.       Width = 108
  57.       Height = 13
  58.       Caption = 'AUTO_TRANSLATED'
  59.       Font.Charset = DEFAULT_CHARSET
  60.       Font.Color = clNavy
  61.       Font.Height = -11
  62.       Font.Name = 'MS Sans Serif'
  63.       Font.Style = []
  64.       ParentFont = False
  65.     end
  66.     object lbl_HistInfo_MaxDays: TLabel
  67.       Left = 306
  68.       Top = 56
  69.       Width = 108
  70.       Height = 13
  71.       Caption = 'AUTO_TRANSLATED'
  72.       Font.Charset = DEFAULT_CHARSET
  73.       Font.Color = clNavy
  74.       Font.Height = -11
  75.       Font.Name = 'MS Sans Serif'
  76.       Font.Style = []
  77.       ParentFont = False
  78.     end
  79.     object lbl_HistInfo_Maintain: TLabel
  80.       Left = 26
  81.       Top = 36
  82.       Width = 108
  83.       Height = 13
  84.       Caption = 'AUTO_TRANSLATED'
  85.       Font.Charset = DEFAULT_CHARSET
  86.       Font.Color = clNavy
  87.       Font.Height = -11
  88.       Font.Name = 'MS Sans Serif'
  89.       Font.Style = []
  90.       ParentFont = False
  91.     end
  92.     object ed_MaxDays: TEdit
  93.       Left = 234
  94.       Top = 53
  95.       Width = 41
  96.       Height = 21
  97.       TabOrder = 1
  98.       Text = '0'
  99.       OnChange = ed_MaxDaysChange
  100.       OnKeyPress = ed_HistoryKeyPress
  101.     end
  102.     object ud_MaxDays: TUpDown
  103.       Left = 275
  104.       Top = 53
  105.       Width = 15
  106.       Height = 21
  107.       Associate = ed_MaxDays
  108.       Min = 0
  109.       Max = 32767
  110.       Position = 0
  111.       TabOrder = 2
  112.       Thousands = False
  113.       Wrap = False
  114.     end
  115.     object ed_MinBackups: TEdit
  116.       Left = 234
  117.       Top = 77
  118.       Width = 41
  119.       Height = 21
  120.       TabOrder = 3
  121.       Text = '0'
  122.       OnChange = ed_MinBackupsChange
  123.       OnKeyPress = ed_HistoryKeyPress
  124.     end
  125.     object ud_MinBackups: TUpDown
  126.       Left = 275
  127.       Top = 77
  128.       Width = 15
  129.       Height = 21
  130.       Associate = ed_MinBackups
  131.       Min = 0
  132.       Max = 32767
  133.       Position = 0
  134.       TabOrder = 4
  135.       Thousands = False
  136.       Wrap = False
  137.     end
  138.     object ed_MaxBackups: TEdit
  139.       Left = 234
  140.       Top = 101
  141.       Width = 41
  142.       Height = 21
  143.       TabOrder = 5
  144.       Text = '0'
  145.       OnChange = ed_MaxBackupsChange
  146.       OnKeyPress = ed_HistoryKeyPress
  147.     end
  148.     object ud_MaxBackups: TUpDown
  149.       Left = 275
  150.       Top = 101
  151.       Width = 15
  152.       Height = 21
  153.       Associate = ed_MaxBackups
  154.       Min = 0
  155.       Max = 32767
  156.       Position = 0
  157.       TabOrder = 6
  158.       Thousands = False
  159.       Wrap = False
  160.     end
  161.     object cb_UseRecycleBin: TCheckBox
  162.       Left = 26
  163.       Top = 128
  164.       Width = 425
  165.       Height = 17
  166.       Caption = '&Use Recycle Bin if possible'
  167.       TabOrder = 7
  168.       OnClick = SetProfileModified
  169.     end
  170.     object cb_MaintainHistory: TCheckBox
  171.       Left = 8
  172.       Top = 16
  173.       Width = 113
  174.       Height = 17
  175.       Caption = 'Ena&bled'
  176.       Checked = True
  177.       State = cbChecked
  178.       TabOrder = 0
  179.       OnClick = cb_MaintainHistoryClick
  180.     end
  181.     object tb_History: TToolBar
  182.       Left = 2
  183.       Top = 150
  184.       Width = 576
  185.       Height = 26
  186.       Align = alBottom
  187.       ButtonHeight = 19
  188.       ButtonWidth = 110
  189.       EdgeBorders = []
  190.       Indent = 24
  191.       List = True
  192.       ShowCaptions = True
  193.       TabOrder = 8
  194.       Wrapable = False
  195.       object bt_Hist_ShowFiles: TToolButton
  196.         Left = 24
  197.         Top = 2
  198.         AutoSize = True
  199.         Caption = 'Show &List of Files'
  200.         OnClick = bt_Hist_ShowFilesClick
  201.       end
  202.       object ToolButton1: TToolButton
  203.         Left = 117
  204.         Top = 2
  205.         Width = 8
  206.         Caption = 'ToolButton1'
  207.         ImageIndex = 1
  208.         Style = tbsSeparator
  209.       end
  210.       object bt_Hist_AddFiles: TToolButton
  211.         Left = 125
  212.         Top = 2
  213.         AutoSize = True
  214.         Caption = 'Add F&iles to List'
  215.         OnClick = bt_Hist_AddFilesClick
  216.       end
  217.       object ToolButton2: TToolButton
  218.         Left = 210
  219.         Top = 2
  220.         Width = 8
  221.         Caption = 'ToolButton2'
  222.         ImageIndex = 2
  223.         Style = tbsSeparator
  224.       end
  225.       object bt_Hist_ApplyNow: TToolButton
  226.         Left = 218
  227.         Top = 2
  228.         AutoSize = True
  229.         Caption = 'Apply Settings &Now'
  230.         OnClick = bt_Hist_ApplyNowClick
  231.       end
  232.     end
  233.   end
  234.   object pnl_Descr_History: TPanel
  235.     Left = 0
  236.     Top = 0
  237.     Width = 580
  238.     Height = 20
  239.     Align = alTop
  240.     BevelInner = bvRaised
  241.     BevelOuter = bvLowered
  242.     TabOrder = 0
  243.     object Label9: TLabel
  244.       Left = 8
  245.       Top = 3
  246.       Width = 469
  247.       Height = 13
  248.       Caption = 
  249.         'The History keeps track of successfully completed backups. Use i' +
  250.         't to automatically delete backups.'
  251.       Font.Charset = DEFAULT_CHARSET
  252.       Font.Color = clMaroon
  253.       Font.Height = -11
  254.       Font.Name = 'MS Sans Serif'
  255.       Font.Style = []
  256.       ParentFont = False
  257.     end
  258.   end
  259.   object Panel10: TPanel
  260.     Left = 0
  261.     Top = 198
  262.     Width = 580
  263.     Height = 43
  264.     Align = alTop
  265.     BevelInner = bvRaised
  266.     BevelOuter = bvLowered
  267.     TabOrder = 2
  268.     object lbl_RemoveEmptyDirs: TLabel
  269.       Left = 26
  270.       Top = 24
  271.       Width = 108
  272.       Height = 13
  273.       Caption = 'AUTO_TRANSLATED'
  274.       Font.Charset = DEFAULT_CHARSET
  275.       Font.Color = clNavy
  276.       Font.Height = -11
  277.       Font.Name = 'MS Sans Serif'
  278.       Font.Style = []
  279.       ParentFont = False
  280.     end
  281.     object cb_RemoveEmptyDirs: TCheckBox
  282.       Left = 8
  283.       Top = 4
  284.       Width = 345
  285.       Height = 17
  286.       Caption = 'Re&move Empty Directories'
  287.       TabOrder = 0
  288.       OnClick = SetProfileModified
  289.     end
  290.   end
  291.   object odlg_HistoryFiles: TOpenDialog
  292.     DefaultExt = 'zip'
  293.     Filter = 'Backups (*.zip;*.7z)|*.zip;*.7z|All Files (*.*)|*.*'
  294.     Options = [ofHideReadOnly, ofAllowMultiSelect, ofPathMustExist, ofFileMustExist, ofEnableSizing, ofDontAddToRecent]
  295.     Title = 'Add Backup Files to History'
  296.     Left = 168
  297.     Top = 32
  298.   end
  299. end
  300.